Creates a new asset revision
Creates a new asset revision
- application/json
Request Body required
- id string
properties object
property name*
objectprivateProperties object
property name*
objectdataAddress object
properties object
property name*
object
Responses
- 200
- 400
- 409
Asset was created successfully. Returns the asset Id
- application/json
- Schema
- Example (from schema)
Schema
- message string
- level string
result object
items object[]
assetId string
{
"message": "string",
"level": "string",
"result": {
"items": [
{
"assetId": "string"
}
]
}
}
Request body was malformed
- application/json
- Schema
- Example (from schema)
Schema
- message string
- level string
- result string
{
"message": "string",
"level": "string",
"result": "string"
}
Asset could not be created, because it does already exist.
- application/json
- Schema
- Example (from schema)
Schema
- message string
- level string
- result string
{
"message": "string",
"level": "string",
"result": "string"
}
Loading...